projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd00762
)
Kevin Ryde <user42 at zip.com.au>
author
Glenn Morris
<rgm@gnu.org>
Tue, 25 Aug 2009 03:21:14 +0000
(
03:21
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 25 Aug 2009 03:21:14 +0000
(
03:21
+0000)
(dig): Add autoload cookie.
lisp/ChangeLog
patch
|
blob
|
history
lisp/net/dig.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 55949d4388961ebc1bf2eb04d3a10b4e0216b18f..01197a23bb7a962d21b29de86fbada8e9c0937c9 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2009-08-25 Kevin Ryde <user42@zip.com.au>
+
+ * net/dig.el (dig): Add autoload cookie.
+
2009-08-25 Glenn Morris <rgm@gnu.org>
* format.el (format-alist): Doc fix.
diff --git
a/lisp/net/dig.el
b/lisp/net/dig.el
index 96f036614633dfe715372572723d98de71ce1717..ecf66c61fd5ff8af3882197ee65afadaf474c441 100644
(file)
--- a/
lisp/net/dig.el
+++ b/
lisp/net/dig.el
@@
-159,6
+159,7
@@
Buffer should contain output generated by `dig-invoke'."
(interactive)
(kill-buffer (current-buffer)))
+;;;###autoload
(defun dig (domain &optional
query-type query-class query-option dig-option server)
"Query addresses of a DOMAIN using dig, by calling `dig-invoke'.